loop unrolling造句
例句與造句
- A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches
標準的優(yōu)化是循環(huán)展開;編譯器將展開循環(huán),以減少分支的數(shù)量。 - To tackle these problems , gcx employs branch result combining , loop unrolling , procedure integration and other techniques vastly
為此, gcx使用了諸如合并分支執(zhí)行結(jié)果、循環(huán)展開、過程集成等方法來克服這些困難。 - By using high - speed buffers and do … loop unrolling technique , it reduced memory complexity and improved average time of floating - point calculation
采用高速緩存和循環(huán)展開技術(shù),降低了存儲復(fù)雜性,提高了浮點運算的平均時間。 - The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的編譯器最優(yōu)化,如死代碼消除、常數(shù)合并、常數(shù)傳送、部分冗余的消除、循環(huán)展開等等,是靜態(tài)分析。 - The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的編譯器最優(yōu)化,如死代碼消除、常數(shù)合并、常數(shù)傳送、部分冗余的消除、循環(huán)展開等等,是靜態(tài)分析。 - It's difficult to find loop unrolling in a sentence. 用loop unrolling造句挺難的
- In the dissertation , we discuss the issues on loop unrolling , register allocation , and cost model , etc . some of the achievements are applied to the implementation of an open source compiler
本文結(jié)合epic體系結(jié)構(gòu)特性,對軟件流水技術(shù)中的循環(huán)展開、寄存器分配、開銷模型和決策框架等領(lǐng)域進行了研究,并將其中一些成果應(yīng)于一個開放源碼的編譯器,取得了比較好的效果。